updating oE edges_only
edges_only
include std/machine.e public integer edges_only
Determine whether to flag accesses to remote memory areas.
Comments:
If this integer is 1 (the default under Windows), only check for references to the leader or trailer areas just outside each registered block, and don't complain about addresses that are far out of bounds (it's probably a legitimate block from another source)
For a stronger check, set this to 0 if your program will never read/write an unregistered block of memory.
On Windows people often use unregistered blocks. Please do not be one of them.
Not Categorized, Please Help
|